IMPORT.RUN_SILENT Function

Syntax

C import.run_silent(C layoutname [,* arguments ])

Arguments

layoutname

The name of a previously created export operation.

arguments

*

Description

Runs an Import operation

Discussion

The IMPORT.RUN_SILENT() method imports data using a previously defined import operation.

The following example runs the saved Customer Import operation.

import.run("Customer Import")

Limitations

Desktop applications only.

See Also